object AboutBox: TAboutBox Left = 554 Top = 173 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'Info' ClientHeight = 209 ClientWidth = 318 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 305 Height = 153 BevelOuter = bvLowered TabOrder = 0 OnMouseMove = Panel1MouseMove object ProgramIcon: TImage Left = 16 Top = 16 Width = 41 Height = 41 IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 102 Height = 13 Caption = 'Produktname' IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 81 Height = 13 Caption = 'Version' IsControl = True end object Copyright: TLabel Left = 8 Top = 72 Width = 149 Height = 13 Caption = 'Copyright 1996 Joachim Marder' IsControl = True end object Comments: TLabel Left = 48 Top = 96 Width = 132 Height = 13 Cursor = crDrag Caption = 'marder@explorer.uni-trier.de' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False WordWrap = True OnClick = CommentsClick OnMouseDown = CommentsMouseDown OnMouseUp = CommentsMouseUp IsControl = True end object Label1: TLabel Left = 48 Top = 120 Width = 219 Height = 13 Cursor = crDrag Caption = 'http://www.informatik.uni-trier.de/CIP/marder/' Color = clBtnFace Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = Label1Click OnMouseDown = CommentsMouseDown OnMouseUp = CommentsMouseUp end object Label2: TLabel Left = 8 Top = 120 Width = 36 Height = 13 Caption = 'WWW:' end object Label3: TLabel Left = 8 Top = 96 Width = 32 Height = 13 Caption = 'E-Mail:' WordWrap = True OnClick = CommentsClick IsControl = True end end object OKButton: TButton Left = 118 Top = 178 Width = 65 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 IsControl = True end end